@-webkit-keyframes shake2 {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@keyframes shake2 {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.header {
  z-index: 999;
  position: fixed;
  height: 100px;
  top: 40px;
  width: 100vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header.active {
  top: 0;
}
.header.active .cont {
  width: 100% !important;
}
.header .cont {
  background-color: #ffffff;
  padding-left: 0px !important;
  padding-right: 0px !important;
  height: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav {
  height: 100%;
  position: relative;
  z-index: 3;
}
.header .nav .left {
  width: 23.4375%;
  padding-left: 40px;
}
.header .nav .right {
  width: 20.3125%;
}
.header .nav .mid {
  width: 56.25%;
}
.header .nav .mid > ul > li {
  line-height: 100px;
  text-align: center;
}
.header .nav .mid > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
}
.header .nav .mid > ul > li.active {
  color: #fff;
  background-color: #ce1004;
}
.header .nav .left > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100%;
}
.header .nav .right {
  background-color: #ce1004;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: 3px;
}
.header .nav .right .p1 {
  margin-top: 15px;
}
.header .nav .right .p2 {
  margin-top: 12px;
}
.header .nav .logo {
  max-height: 90%;
}
.header2 {
  z-index: 999;
}
.header2 .nav-mobile {
  display: none;
  width: 100%;
}
.header2 .nav-mobile .navbar-logo {
  width: auto;
}
.header2 .nav-mobile .mobile-logo {
  max-width: 100%;
  max-height: 100%;
}
.header2 .navbar-body {
  background-color: #ffffff !important;
}
.banner .bannerPc {
  position: relative;
}
.banner .bannerPc .tip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url("../images/tip-bg.png");
  background-repeat: no-repeat;
  background-size: 37% 100%;
  background-position-y: bottom;
}
.banner .bannerPc .tip .left-bg {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .bannerPc .tip .container {
  height: 100%;
}
.banner .bannerPc .tip .tip-text {
  position: relative;
  width: 570px;
  height: 100%;
  border-top-right-radius: 35px;
  line-height: 120px;
  color: #ce170b;
  font-size: 32px;
  font-weight: bold;
}
.banner .bannerPc .tip .tip-img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 500px;
}
.banner .banner-bullet {
  display: inline-block;
  width: 100px;
  height: 10px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  border: 1px #aaaaaa solid;
}
.banner .speed {
  width: 0;
  position: absolute;
  height: 100%;
  background-color: #ce1004;
  left: 0;
  top: 0;
}
.banner .banner-bullet-active {
  border: 1px #ce1004 solid;
}
.banner .banner-bullet-active .speed {
  width: 100%;
  -webkit-transition: width 3.5s linear;
  transition: width 3.5s linear;
}
.banner .banner-active {
  border: 1px #ce1004 solid;
}
.banner .banner-active .speed {
  width: 100%;
}
.banner .banner-page {
  bottom: 30%;
  left: 17%;
  text-align: left;
}
.banner img {
  width: 100vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-html5zoo {
  width: 100vw !important;
  height: 100vh !important;
}
.banner-html5zoo {
  /*overflow:hidden;*/
}
.banner-html5zoo .html5zoo-arrow-left-0,
.banner-html5zoo .html5zoo-arrow-right-0 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../images/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner-html5zoo:hover .html5zoo-arrow-right-0 {
  visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-0 {
  left: 50px !important;
  background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-0 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-arrow-left-1,
.banner-html5zoo .html5zoo-arrow-right-1 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../images/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-1,
.banner-html5zoo:hover .html5zoo-arrow-right-1 {
  visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-1 {
  left: 50px !important;
  background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-1 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-nav {
  text-align: center;
}
.banner-html5zoo .html5zoo-bullet-span {
  width: 1em !important;
  height: 2px !important;
  float: none !important;
  display: inline-block;
  background: #fff !important;
  opacity: 0.5;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 5px !important;
  vertical-align: middle;
}
.banner-html5zoo .html5zoo-bullet-span.active {
  width: 1em !important;
  height: 1em !important;
  border: 2px solid #fff;
  background: none !important;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.html5zoo-timer-0 {
  display: none !important;
}
.html5zoo-bullet-wrapper-0 {
  display: none !important;
}
.html5zoo-slides > li img {
  width: 100%;
  height: auto;
}
.nav-wrap {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 2;
}
.submenu {
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #f8f8f8;
  z-index: 2;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.submenu .container {
  padding: 30px 0;
  height: 100%;
}
.submenu .about-box {
  padding: 0 20px;
}
.submenu .about-box:hover .bg-box {
  height: 100%;
}
.submenu .about-box:hover .p {
  opacity: 1;
}
.submenu .about-box .p {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.submenu .about-box .p2 {
  font-weight: normal;
}
.submenu .bg-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.submenu .pro-box {
  padding: 0 20px;
}
.submenu .pro-box > ul > li {
  width: 25%;
  float: left;
  padding-left: 30px;
  position: relative;
}
.submenu .pro-box > ul > li > a {
  color: #333 !important;
  font-weight: normal;
}
.submenu .pro-box > ul > li > a:hover {
  color: #ce170b !important;
}
.submenu .pro-box > ul > li::after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  display: block;
  content: "";
  clear: both;
  width: 10px;
  height: 10px;
  background-color: #ce1004;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.submenu .pro-box > ul > li:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.submenu .pro-box > ul > li:nth-child(n+5) {
  margin-top: 20px;
}
.submenu .news-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.submenu.show {
  height: 229px;
  opacity: 1;
}
.footer {
  padding-bottom: 25px;
  background-color: #333;
  padding-top: 28px;
  padding-bottom: 60px;
  color: #fff;
}
.footer .con {
  margin: 0 auto;
  padding-bottom: 36px;
  border-bottom: 1px #fff solid;
}
.footer .nav-box {
  position: relative;
}
.footer .nav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .nav a {
  color: #fff !important;
}
.footer .nav > li:last-child a {
  padding-right: 0 !important;
}
.footer .logo-t {
  margin-top: 10px;
}
.footer .logo-t img {
  max-width: 100%;
}
.footer .contact {
  margin: 0 auto;
  margin-top: 74px;
}
.footer .contact .name {
  font-size: 24px;
  color: #ce170b;
}
.footer .contact .item {
  margin-top: 29px;
  width: 100%;
  display: block;
}
.footer .contact .item::after {
  display: block;
  content: "";
  clear: both;
}
.footer .contact .item.item1 {
  margin-top: 70px;
}
.footer .contact .item .icon {
  display: block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  border: 1px #ffffff solid;
  text-align: center;
  float: left;
}
.footer .contact .item .icon .iconfont {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
}
.footer .contact .item .icon:hover .iconfont {
  -webkit-animation: shake2 1s;
          animation: shake2 1s;
}
.footer .contact .item .title {
  margin-top: 14px;
  font-size: 14px;
}
.footer .contact .item .i-info {
  display: block;
  font-size: 22px;
  line-height: 42px;
  height: 42px;
  float: left;
  padding-left: 20px;
}
.footer .contact .item .i-info.dizhi {
  font-size: 16px;
}
.footer .code {
  position: relative;
}
.footer .code .code-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer .code .code-text {
  display: inline-block;
  width: 60%;
  text-align: center;
}
.footer .links {
  margin-top: 56px;
}
.copyright {
  background-color: #000000;
  color: #aaaaaa;
  font-size: 12px;
}
.copyright .grid {
  position: relative;
}
.copyright .left {
  text-align: center;
}
.copyright .right {
  text-align: right;
}
#choice {
  height: 100px;
  margin-top: -100px;
  opacity: 0;
}
.choice {
  height: 60px;
  border-bottom: 1px solid #f7f7f7;
  line-height: 60px;
}
.choice .option,
.choice li {
  display: inline-block;
  padding: 0 27px;
  font-size: 18px;
  position: relative;
  letter-spacing: 3px;
}
.choice .option.active,
.choice li.active,
.choice .option.layer1curr,
.choice li.layer1curr,
.choice .option.layer2curr,
.choice li.layer2curr {
  color: #ce1004;
}
.choice .option.active a,
.choice li.active a,
.choice .option.layer1curr a,
.choice li.layer1curr a,
.choice .option.layer2curr a,
.choice li.layer2curr a {
  color: inherit;
}
.choice .option.active::after,
.choice li.active::after,
.choice .option.layer1curr::after,
.choice li.layer1curr::after,
.choice .option.layer2curr::after,
.choice li.layer2curr::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 27px;
  height: 3px;
  background-color: #ce1004;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 56px;
}
.choice .choice-link {
  font-size: 12px;
}
.choice .choice-link .link {
  padding-right: 20px;
}
.choice .choice-link .link a:hover {
  color: #ce170b !important;
}
.choice .swiper-slide {
  width: auto;
}
.i-tishi {
  width: 500px;
  max-width: 90%;
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
.i-tishi .alert {
  margin-top: 10px;
}
@-webkit-keyframes huiding {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}
@keyframes huiding {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}
.gongju {
  position: fixed;
  right: 20px;
  bottom: 150px;
  height: auto;
  z-index: 999;
}
.gongju > ul > li {
  margin: 7px 0;
  width: 100%;
}
.gongju > ul > li::after {
  display: block;
  content: "";
  clear: both;
}
.gongju > ul > li > a {
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #ce1004;
  position: relative;
  border-radius: 50%;
}
.gongju > ul > li > a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45%;
}
.gongju > ul > li > a img.wx {
  width: 55%;
}
.gongju > ul > li > a#top:hover img {
  -webkit-animation: huiding 5s;
          animation: huiding 5s;
}
.gongju .popove {
  display: none;
  color: #111111 !important;
}
.gongju .popove .popove-body {
  text-align: center;
}
.gongju .popove img {
  width: 100%;
}
.gongju .popove.tel {
  top: -9px;
  left: -185px;
}
.gongju .popove.tel p {
  text-align: left;
}
.gongju .popove.tel p:not(:nth-child(1)) {
  padding-top: 6px;
}
.gongju .popove.code {
  top: 0px;
  left: -170px;
  width: 150px;
}
.right_nav {
  right: 0;
  bottom: 100px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
}
.right_nav li {
  background: #ce1004;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  right: -88px;
}
.right_nav li .iconBox {
  height: 30px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.right_nav li img {
  width: 30px;
  height: auto;
}
.right_nav li h4 {
  color: #fff;
  font-size: 14px !important;
  margin: 2px 0 !important;
  margin-left: 15px !important;
}
.right_nav li:hover {
  background: #00d163;
}
.right_nav li .hideBox {
  display: none;
  position: absolute;
  right: 120px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
}
.right_nav li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #ce1004;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb img {
  margin: 0 auto;
  width: 90%;
  height: auto;
}
.right_nav li .hideBox .hb h5 {
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #ce1004;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
.right_nav li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
  margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.right_nav li .hideBox .hb .qqtalk img {
  width: 25px;
  height: 25px;
}
.right_nav li .hideBox .hb .qqtalk p {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: 5px;
}
.right_message {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 99;
}
.right_message > ul {
  width: 50px;
  display: inline-block;
  box-shadow: 0 0 2px #e0e0e0;
  background-color: #fff;
}
.right_message > ul > li {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 150;
}
.right_message > ul > .TOP {
  border-bottom: none;
}
.right_message > ul > li > div {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.right_message > ul > li > div > div {
  width: 100%;
  height: 49px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
}
.right_message > ul > li > div > div:nth-of-type(1) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_message > ul > li > div > div:nth-of-type(2) {
  background-color: #ce1004;
  top: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_message > ul > li > div > div:nth-of-type(2) > span {
  color: #fff;
}
.right_message .right_erweima {
  padding-top: 0px !important;
}
.right_message > ul > li > div > div > img {
  margin-top: 10px;
  width: 20px;
  margin-bottom: 5px;
}
.right_message > ul > li > div > div > span {
  display: block;
  font-size: 14px;
  color: #363636;
  display: none;
}
.right_message > ul > li > ul {
  width: 0px;
  position: absolute;
  left: -150px;
  top: 0px;
  overflow: hidden;
  display: none;
  width: 150px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_message > ul > li > ul.show {
  width: 150px;
}
.right_message > ul > li > ul.show > li {
  display: block;
  -webkit-animation: message 0.5s;
          animation: message 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes message {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes message {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
@-webkit-keyframes fmessage {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes fmessage {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}
.right_message > ul > li > ul > li {
  width: 150px;
  height: 73px;
  background-color: #ce1004;
  color: #fff;
  text-align: center;
  margin-left: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.right_message > ul > li > ul .qq {
  line-height: 49px;
  font-size: 16px;
}
.right_message > ul > li > div > div .vx {
  width: 25px;
}
.right_message > ul > li > ul .imgbox {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
}
.right_message > ul > li > ul .imgbox > img {
  width: 100%;
  border: 1px solid #ce1004;
}
.right_message > ul > li .dh_box {
  /*margin-top: -(@message-1px);*/
}
.right_message > ul > li > ul .dh {
  text-align: left;
}
.right_message > ul > li > ul > .dh:nth-of-type(even) {
  background-color: #ce1004;
}
.right_message > ul > li > ul .dh > img {
  float: left;
}
.right_message > ul > li .dh_box > li:nth-of-type(1) > img {
  margin: 23px 13px;
}
.right_message > ul > li .dh_box > li:nth-of-type(2) > img {
  margin: 23px 10px;
}
.right_message > ul > li .dh_box > li:nth-of-type(3) > img {
  margin: 22px 12px;
}
.right_message > ul > li > ul .dh > div.fl {
  margin: 11px 0px;
  font-size: 14px;
}
.right_message > ul > li > div > div .yuy {
  width: 30px;
}
.right_message > ul .yuyue {
  cursor: pointer;
}
.right_message > ul > li > ul > li > div > p {
  margin-bottom: 5px;
}
.TOP .iconfont {
  position: absolute;
  top: 0;
  left: 22%;
  border: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.right_message > ul > .TOP > div > div {
  background-color: #ce1004;
  position: relative;
}
@media (min-width: 1632px) {
  .header .nav-pc .logo .logo-box {
    width: 70%;
  }
  .submenu.show {
    height: 300px;
  }
  .submenu .pro-box {
    padding: 0 20px;
  }
}
@media (max-width: 1632px) {
  .footer {
    padding-bottom: 40px;
  }
  .header .nav-pc .web-home img {
    padding: 0 3px;
    width: 20px;
  }
  .footer .contact {
    margin-top: 50px;
  }
  .footer .contact .item.item1 {
    margin-top: 50px;
  }
  .footer .links {
    margin-top: 35px;
  }
  .banner .bannerPc .tip {
    background-size: 46% 100%;
    height: 103px;
  }
}
@media (max-width: 992px) {
  .banner .bannerPc .tip {
    display: none;
  }
  .banner img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-html5zoo {
    width: auto !important;
    height: auto !important;
  }
  .footer {
    background-size: auto 100%;
  }
  .footer .copyright {
    height: auto;
    line-height: unset;
  }
  .footer .copyright .x12 {
    line-height: 25px;
    text-align: center;
  }
  .banner {
    padding-top: 88px;
  }
  .footer .copyright {
    position: static;
  }
  .footer .po {
    position: relative;
  }
  .footer .po .s-vertical-center {
    position: relative;
  }
  .header2 {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .header2 .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .banner {
    padding-top: 50px;
  }
  .footer .code .code-box {
    position: relative;
    margin-top: 20px;
  }
  .footer .code .code-box > div {
    text-align: center !important;
  }
  .copyright .left {
    text-align: center !important;
  }
  .right_message {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .tip-wrap {
    display: none;
  }
  .choice {
    height: auto;
    line-height: 50px;
  }
  .choice > .container > div:first-child {
    text-align: center;
  }
  .choice .choice-link .link {
    text-align: left !important;
  }
  .choice .option,
  .choice .layer2 {
    padding: 0 8px;
  }
  .choice .option.active::after {
    top: 44px;
  }
  .choice .layer2.layer2curr::after {
    top: 44px;
  }
  .choice .layer1.layer1curr::after {
    top: 44px;
  }
  .banner .banner-page {
    bottom: 0;
    left: auto;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .banner {
    padding-top: 50px;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer .right .item .i-info {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer .left {
    padding-bottom: 0;
  }
  .footer {
    background-size: auto 100%;
  }
  .footer .left .tel {
    font-size: 30px;
    margin-top: 10px !important;
  }
  .copyright .right {
    position: static;
    text-align: center;
  }
  .footer .contact {
    margin-top: 20px;
  }
  .footer .contact .item {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .code {
    margin-top: 1rem;
  }
  .bannerPc {
    overflow: hidden;
  }
  .footer .contact .name {
    font-size: 18px;
  }
  .footer .logo {
    width: 35%;
    max-width: 150px;
  }
  .footer .contact .item.item1 {
    margin-top: 20px;
  }
  .footer .contact .item .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer .contact .item .icon .iconfont {
    font-size: 20px;
  }
  .footer .contact .item .i-info {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    float: left;
    padding-left: 10px;
  }
  .footer .contact .item {
    margin-top: 10px;
  }
  .footer .code .code-box {
    margin-top: 0;
  }
  .footer .links {
    margin-top: 20px;
  }
  .footer {
    padding-bottom: 20px;
  }
  #divMessageBox {
    display: none;
  }
  #bdshare {
    display: none;
  }
}
#divMessageBox {
  display: none;
}
.swiper-lazy-preloader {
  border-color: #bebebe;
  border-top-color: transparent;
}
@media (min-width: 760px) {
}
